Carrot (Python) [errno 10054] An existing connection was forcibly closed by the remote host
Posted
by
Meditation
on Stack Overflow
See other posts from Stack Overflow
or by Meditation
Published on 2011-01-10T03:47:41Z
Indexed on
2011/01/10
3:54 UTC
Read the original article
Hit count: 188
Hi all,
We are using Carrot in our Python project. I wrote a Python script acting as the consumer of the message queue. I invoked this Python script using command line shell in Windows 7 as
python consumer.py
However, after a while, the running session was aborted and the error is:
[errno 10054] An existing connection was forcibly closed by the remote host
The producer session is still running fine on the Linux server. Just wondering how can I fix this and have a long running consumer session on Windows
Thanks in advance.
© Stack Overflow or respective owner